css: Add GtkCssMatcher
authorBenjamin Otte <otte@redhat.com>
Sat, 17 Mar 2012 01:17:23 +0000 (02:17 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:07 +0000 (08:59 +0200)
commitc0b7c3321d15daf05a26818745367051300ac176
tree76e7241b3df5e2e43c6d5281b7c03a36b3aa0f7a
parenta2ded8b72a430b388d39718a920bf44413c1836c
css: Add GtkCssMatcher

This is so we can later do matching with other things than
GtkWidgetPath.
In particular, this is a requirement for getting rid of GtkWidgetPath.
gtk/Makefile.am
gtk/gtkcssmatcher.c [new file with mode: 0644]
gtk/gtkcssmatcherprivate.h [new file with mode: 0644]
gtk/gtkcssselector.c